/* Page « Le livre — Politiser la thérapie »
   Système : DM Serif Display + Manrope + Cormorant Garamond
   Aligné sur Ressources.html / Qui je suis.html
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

:root {
  --b-encre: #0E2540; --b-nuit: #16314F; --b-marine: #1F3F5C; --b-ardoise: #2C4A6B;
  --b-brume: #C8D2DF; --b-pale: #E8EBF0;
  --v-sapin: #26466B; --v-mid: #5A7A9E; --v-pale: #B8CADC; --v-light: #DDE6F1;
  --or: #C9A86C; --or-deep: #A8884B; --or-pale: #E8D7AA;
  --casse: #FBF8F1; --ivoire: #F4ECDC; --ivoire-soft: #FAF4E6; --ivoire-deep: #EBDFC4;
  --gris-1: #E8E5DD; --gris-2: #6B6B6B;
  --noir: #0A0A0A; --blanc: #FFFFFF;
  --f-display: 'DM Serif Display', Georgia, serif;
  --f-sans: 'Manrope', system-ui, sans-serif;
  --f-serif: 'Cormorant Garamond', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: var(--f-sans); color: var(--b-encre); background: var(--ivoire); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ===== NAV (mêmes règles que Ressources) ===== */
.v7__nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 14px 40px;
  color: var(--b-encre);
  background: rgba(251,248,241,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gris-1);
  transition: padding .3s ease, box-shadow .3s ease;
  --prog: 0%;
}
.v7__nav::after {
  content: ""; position: absolute; left: 0; bottom: -1px; height: 2px;
  width: var(--prog); background: var(--or);
  transition: width .12s linear;
}
.v7__nav.is-scrolled { padding: 10px 40px; box-shadow: 0 6px 18px rgba(14,37,64,.06); }
.v7__nav-logo-badge {
  background: #fff; padding: 10px 16px; border-radius: 10px;
  display: inline-flex; align-items: center;
  box-shadow: 0 6px 18px rgba(14,37,64,.12), 0 0 0 1px rgba(217,168,95,.25) inset;
  transition: transform .3s ease, box-shadow .3s ease;
}
.v7__nav-logo-badge:hover { transform: rotate(-2deg) scale(1.05); box-shadow: 0 12px 32px rgba(14,37,64,.28), 0 0 0 1px var(--or) inset; }
.v7__nav-logo img { height: 56px; width: auto; transition: height .3s ease; }
.v7__nav.is-scrolled .v7__nav-logo img { height: 44px; }
.v7__nav-c { display: flex; gap: 26px; justify-content: center; }
.v7__nav-c a { color: inherit; text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: .04em; padding: 6px 0; position: relative; }
.v7__nav-c a.is-active { color: var(--or-deep); }
.v7__nav-c a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px;
  background: var(--or); transition: right .35s cubic-bezier(.2,.7,.2,1);
}
.v7__nav-c a:hover::after, .v7__nav-c a.is-active::after { right: 0; }
.v7__nav-r { display: flex; justify-content: flex-end; }
.v7__nav-cta {
  background: var(--or); color: var(--b-encre);
  padding: 10px 20px; text-decoration: none;
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  border-radius: 999px;
  transition: background .25s, color .25s, transform .25s, box-shadow .25s;
}
.v7__nav-cta:hover { background: var(--b-encre); color: var(--ivoire); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(14,37,64,.25); }

/* ===== Pre-launch banner ===== */
.lv__phase {
  position: fixed; top: 84px; left: 50%; transform: translateX(-50%);
  z-index: 40;
  background: var(--b-encre); color: var(--or-pale);
  padding: 8px 18px;
  font-family: var(--f-sans); font-size: 10.5px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(14,37,64,.22), 0 0 0 1px rgba(217,168,95,.4) inset;
  display: inline-flex; align-items: center; gap: 12px;
}
.lv__phase .pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--or);
  box-shadow: 0 0 0 0 rgba(201,168,108,.7);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(201,168,108,.7); }
  70% { box-shadow: 0 0 0 10px rgba(201,168,108,0); }
  100% { box-shadow: 0 0 0 0 rgba(201,168,108,0); }
}

/* ============================================================ */
/* SECTION 1 — HERO                                              */
/* ============================================================ */
.lv__hero {
  position: relative;
  background: var(--b-encre); color: var(--ivoire);
  padding: 200px 48px 120px;
  overflow: hidden; isolation: isolate;
}
.lv__hero::before {
  content: ""; position: absolute; right: -160px; top: 80px;
  width: 460px; height: 460px; border-radius: 50%;
  border: 1px solid rgba(217,168,95,.18); pointer-events: none;
}
.lv__hero::after {
  content: ""; position: absolute; left: -120px; bottom: -160px;
  width: 380px; height: 380px; border-radius: 50%;
  border: 1px solid rgba(217,168,95,.10); pointer-events: none;
}
.lv__hero-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  font-family: var(--f-display); font-style: italic;
  color: rgba(201,168,108,.05); letter-spacing: -.04em;
}
.lv__hero-bg .word { position: absolute; line-height: .85; white-space: nowrap; }
.lv__hero-bg .w1 { font-size: 240px; top: 100px; left: -40px; }
.lv__hero-bg .w2 { font-size: 200px; bottom: 60px; right: -30px; color: rgba(184, 202, 220,.05); }

.lv__hero-in {
  position: relative; z-index: 2;
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 1.3fr .85fr;
  gap: 80px; align-items: center;
}

/* col gauche : texte */
.lv__hero-text { padding-right: 12px; }
.lv__hero-crumbs {
  font-family: var(--f-sans); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 600; color: var(--or-pale);
  display: inline-flex; gap: 14px; align-items: center; margin-bottom: 28px;
}
.lv__hero-crumbs a { color: var(--or-pale); text-decoration: none; opacity: .75; transition: opacity .25s, color .25s; }
.lv__hero-crumbs a:hover { color: var(--or); opacity: 1; }
.lv__hero-crumbs .cur { color: var(--ivoire); font-weight: 700; opacity: 1; }
.lv__hero-eb {
  font-family: var(--f-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase; color: var(--or);
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 22px;
}
.lv__hero-eb::before, .lv__hero-eb::after { content: ""; width: 36px; height: 1px; background: currentColor; }
.lv__hero-pipes {
  font-family: var(--f-display); font-style: italic;
  color: var(--or); font-size: 56px; line-height: 1; letter-spacing: -.04em;
  margin-bottom: 4px;
}
.lv__hero h1 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(64px, 8.6vw, 132px);
  line-height: .96; letter-spacing: -0.03em;
  color: var(--ivoire); margin: 0;
  font-weight: 400;
  text-wrap: balance;
}
.lv__hero h1 .dot { color: var(--or); }
.lv__hero h2 {
  font-family: var(--f-serif); font-style: italic; font-weight: 400;
  font-size: clamp(24px, 2.6vw, 34px); line-height: 1.2;
  color: var(--or-pale); margin: 18px 0 0; max-width: 22ch;
  letter-spacing: -.005em;
}
.lv__hero-accroche {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(20px, 2vw, 25px); line-height: 1.4;
  color: var(--ivoire); margin: 36px 0 0;
  max-width: 38ch; font-weight: 500;
  border-left: 3px solid var(--or);
  padding: 4px 0 4px 22px;
  text-wrap: balance;
}
.lv__hero-cart {
  margin: 40px 0 0;
  display: inline-flex; flex-wrap: wrap; align-items: center;
  gap: 14px;
  padding: 12px 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(217,168,95,.3);
  border-radius: 4px;
}
.lv__hero-cart .pill {
  font-family: var(--f-sans); font-size: 10.5px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--or);
  display: inline-flex; align-items: center; gap: 8px;
}
.lv__hero-cart .pill .dot {
  width: 5px; height: 5px; border-radius: 50%; background: var(--or);
}
.lv__hero-cart .sep {
  width: 1px; height: 14px; background: rgba(217,168,95,.4);
}
.lv__hero-cart .lbl {
  font-family: var(--f-sans); font-size: 12px; color: var(--ivoire);
  font-weight: 500;
}

.lv__hero-row {
  margin-top: 36px;
  display: inline-flex; gap: 14px; flex-wrap: wrap; align-items: center;
}
.lv__btn-primary, .lv__btn-secondary {
  text-decoration: none; font-family: var(--f-sans);
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase;
  padding: 16px 28px;
  display: inline-flex; align-items: center; gap: 12px;
  transition: transform .25s, background .25s, color .25s, box-shadow .25s, border-color .25s;
  cursor: pointer; border: 0;
}
.lv__btn-primary {
  background: var(--or); color: var(--b-encre);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0,0,0,.3);
}
.lv__btn-primary:hover {
  background: var(--ivoire); color: var(--b-encre);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0,0,0,.4);
}
.lv__btn-primary .arr { transition: transform .25s; }
.lv__btn-primary:hover .arr { transform: translateX(4px); }
.lv__btn-secondary {
  color: var(--ivoire);
  border: 1px solid rgba(244,236,220,.45);
  border-radius: 999px;
  background: transparent;
}
.lv__btn-secondary:hover { border-color: var(--or); color: var(--or); }

/* col droite : couverture */
.lv__hero-cover-wrap {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  perspective: 1200px;
}
.lv__hero-cover {
  position: relative;
  width: 100%; max-width: 360px;
  aspect-ratio: 2/3;
  background: linear-gradient(170deg, var(--ivoire-deep) 0%, var(--or) 60%, var(--or-deep) 100%);
  box-shadow:
    0 40px 80px rgba(0,0,0,.55),
    0 0 0 1px rgba(168,136,75,.6) inset,
    -28px 0 32px -16px rgba(0,0,0,.45);
  padding: 38px 32px 32px;
  display: flex; flex-direction: column; justify-content: space-between;
  transform: rotateY(-7deg) rotateX(2deg);
  transform-style: preserve-3d;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.lv__hero-cover:hover { transform: rotateY(-3deg) rotateX(0deg); }
.lv__hero-cover::after {
  content: ""; position: absolute; left: 14px; top: 14px;
  right: 14px; bottom: 14px; border: 1px solid rgba(14,37,64,.35);
  pointer-events: none;
}
.lv__hero-cover .marker {
  font-family: var(--f-sans); font-size: 9.5px; letter-spacing: .26em;
  text-transform: uppercase; font-weight: 700; color: var(--b-encre); opacity: .7;
}
.lv__hero-cover .pp {
  font-family: var(--f-display); font-style: italic;
  font-size: 84px; line-height: 1; color: var(--b-encre); letter-spacing: -.06em;
  align-self: center; margin: -10px 0;
  opacity: .85;
}
.lv__hero-cover .ttl {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(28px, 3vw, 40px); line-height: 1.05;
  color: var(--b-encre); font-weight: 400; letter-spacing: -.02em;
  text-wrap: balance;
}
.lv__hero-cover .sub {
  font-family: var(--f-serif); font-style: italic;
  font-size: 16px; line-height: 1.3; color: var(--b-encre); opacity: .8;
  margin-top: 8px;
}
.lv__hero-cover .auth {
  font-family: var(--f-sans); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 700; color: var(--b-encre);
  margin-top: 18px;
}
.lv__hero-cover .badge {
  position: absolute; right: -16px; top: 28px;
  background: var(--b-encre); color: var(--or);
  padding: 8px 14px;
  font-family: var(--f-sans); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 700;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  z-index: 2;
}
.lv__hero-cover-note {
  position: absolute; bottom: -36px; left: 50%; transform: translateX(-50%);
  font-family: var(--f-sans); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 600; color: var(--or-pale); opacity: .7;
  white-space: nowrap;
}

/* ===== Section header générique ===== */
.lv__sec-h { text-align: center; max-width: 760px; margin: 0 auto 64px; padding: 0 32px; }
.lv__sec-h .eb {
  font-family: var(--f-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--or-deep);
  display: inline-flex; align-items: center; gap: 14px;
}
.lv__sec-h.on-dark .eb { color: var(--or); }
.lv__sec-h .eb::before, .lv__sec-h .eb::after { content: ""; width: 32px; height: 1px; background: currentColor; }
.lv__sec-h h2 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(44px, 5.6vw, 72px); line-height: .98; color: var(--b-encre);
  margin: 18px 0 0; font-weight: 400; letter-spacing: -0.02em; text-wrap: balance;
}
.lv__sec-h.on-dark h2 { color: var(--ivoire); }
.lv__sec-h p {
  font-family: var(--f-serif); font-style: italic;
  font-size: 22px; color: var(--gris-2); line-height: 1.4;
  margin: 22px auto 0; max-width: 60ch;
}
.lv__sec-h.on-dark p { color: var(--or-pale); }

/* ============================================================ */
/* SECTION 2 — PITCH                                             */
/* ============================================================ */
.lv__pitch {
  background: var(--ivoire);
  padding: 144px 48px 120px;
  position: relative;
}
.lv__pitch::before {
  content: ""; position: absolute; right: -100px; top: 120px;
  width: 280px; height: 280px; border-radius: 50%;
  border: 1px solid rgba(168,136,75,.15); pointer-events: none;
}
.lv__pitch-in { max-width: 720px; margin: 0 auto; position: relative; }

.lv__pitch-eb {
  font-family: var(--f-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--or-deep);
  display: inline-flex; align-items: center; gap: 14px;
  justify-content: center; width: 100%;
  margin-bottom: 14px;
}
.lv__pitch-eb::before, .lv__pitch-eb::after { content: ""; width: 32px; height: 1px; background: currentColor; }

.lv__pitch-lede {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(34px, 3.6vw, 46px); line-height: 1.15;
  color: var(--b-encre); text-align: center;
  margin: 0 0 56px;
  letter-spacing: -.02em; font-weight: 400;
  text-wrap: balance;
}
.lv__pitch-lede em { color: var(--or-deep); }

.lv__pitch p {
  font-family: var(--f-sans); font-size: 17.5px; line-height: 1.78;
  color: var(--b-encre); margin: 0 0 26px;
  text-wrap: pretty;
}

.lv__pitch-h3 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(28px, 3vw, 38px); line-height: 1.1;
  color: var(--b-encre); margin: 56px 0 22px;
  font-weight: 400; letter-spacing: -.01em;
  text-wrap: balance;
  display: flex; align-items: baseline; gap: 18px;
}
.lv__pitch-h3::before {
  content: ""; flex: 0 0 auto;
  width: 56px; height: 1px; background: var(--or);
  transform: translateY(-8px);
}

.lv__pitch-cloture {
  margin-top: 48px;
  padding: 28px 32px;
  background: var(--blanc);
  border-left: 3px solid var(--or);
  font-family: var(--f-serif); font-style: italic;
  font-size: 22px; line-height: 1.45;
  color: var(--b-encre);
  text-wrap: pretty;
}
.lv__pitch-cloture b { color: var(--or-deep); font-style: italic; font-weight: 500; }

/* ============================================================ */
/* SECTION 3 — STRUCTURE DU LIVRE                                */
/* ============================================================ */
.lv__struct {
  background: var(--ivoire-deep);
  padding: 144px 48px 120px;
}
.lv__struct-in { max-width: 1180px; margin: 0 auto; }

.lv__struct-intro {
  max-width: 640px; margin: 0 auto 64px;
  text-align: center;
  font-family: var(--f-serif); font-style: italic;
  font-size: 22px; line-height: 1.4; color: var(--gris-2);
}

/* deux parties */
.lv__parts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  margin-bottom: 80px;
}
.lv__part {
  background: var(--blanc);
  padding: 36px 36px 32px;
  border-top: 4px solid var(--or);
  box-shadow: 0 16px 36px rgba(14,37,64,.06);
  position: relative;
}
.lv__part .lbl {
  font-family: var(--f-display); font-style: italic;
  font-size: 14px; color: var(--or-deep); letter-spacing: .04em;
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
}
.lv__part .lbl::before {
  content: ""; width: 28px; height: 1px; background: var(--or);
}
.lv__part h3 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(28px, 2.8vw, 34px); line-height: 1.1;
  color: var(--b-encre); margin: 0 0 14px;
  font-weight: 400; letter-spacing: -.01em;
}
.lv__part p {
  font-family: var(--f-sans); font-size: 15.5px; line-height: 1.7;
  color: var(--b-encre); margin: 0;
  text-wrap: pretty;
}

/* fictions cliniques */
.lv__fictions-h {
  text-align: center; margin-bottom: 48px;
}
.lv__fictions-h .eb {
  font-family: var(--f-sans); font-size: 11px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--or-deep);
  display: inline-flex; gap: 14px; align-items: center;
}
.lv__fictions-h .eb::before, .lv__fictions-h .eb::after {
  content: ""; width: 28px; height: 1px; background: currentColor;
}
.lv__fictions-h h3 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(34px, 4vw, 50px); line-height: 1.05;
  color: var(--b-encre); margin: 14px 0 0;
  font-weight: 400; letter-spacing: -.01em; text-wrap: balance;
}
.lv__fictions {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--blanc);
  border-top: 4px solid var(--or);
  box-shadow: 0 24px 60px rgba(14,37,64,.08);
}
.fcard {
  padding: 32px 30px 30px;
  border-right: 1px solid var(--gris-1);
  border-bottom: 1px solid var(--gris-1);
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  transition: background .3s;
}
.fcard:nth-child(3n) { border-right: 0; }
.fcard:nth-last-child(-n+3) { border-bottom: 0; }
.fcard:hover { background: var(--ivoire-soft); }
.fcard .num {
  font-family: var(--f-display); font-style: italic;
  font-size: 14px; letter-spacing: .04em; color: var(--or-deep);
}
.fcard .num span {
  display: inline-block; width: 22px; height: 1px; background: var(--or);
  vertical-align: middle; margin-right: 10px; transform: translateY(-2px);
}
.fcard h4 {
  font-family: var(--f-display); font-style: italic;
  font-size: 30px; line-height: 1; color: var(--b-encre);
  margin: 0; font-weight: 400; letter-spacing: -.01em;
}
.fcard p {
  font-family: var(--f-sans); font-size: 14.5px; line-height: 1.65;
  color: var(--b-encre); margin: 0; text-wrap: pretty;
}

/* ============================================================ */
/* SECTION 4 — EXTRAIT                                           */
/* ============================================================ */
.lv__extrait {
  background: var(--ivoire);
  padding: 144px 48px 120px;
  scroll-margin-top: 120px;
  position: relative;
}
.lv__extrait::before {
  content: ""; position: absolute; left: -120px; top: 100px;
  width: 320px; height: 320px; border-radius: 50%;
  border: 1px solid rgba(168,136,75,.13); pointer-events: none;
}
.lv__extrait-in { max-width: 760px; margin: 0 auto; position: relative; }

.lv__extrait-intro {
  text-align: center;
  font-family: var(--f-serif); font-style: italic;
  font-size: 21px; line-height: 1.45; color: var(--gris-2);
  margin: 28px auto 56px; max-width: 50ch;
  text-wrap: balance;
}

.lv__excerpt {
  background: var(--blanc);
  padding: 64px 60px 48px;
  border-top: 1px solid var(--or);
  border-bottom: 1px solid var(--or);
  box-shadow: 0 24px 56px rgba(14,37,64,.08);
  position: relative;
}
.lv__excerpt::before {
  content: "“";
  position: absolute; top: -10px; left: 36px;
  font-family: var(--f-display); font-style: italic;
  color: var(--or); font-size: 96px; line-height: 1;
}
.lv__excerpt-meta {
  font-family: var(--f-sans); font-size: 10.5px; letter-spacing: .26em;
  text-transform: uppercase; font-weight: 700; color: var(--or-deep);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 32px;
}
.lv__excerpt-meta::after {
  content: ""; flex: 1; height: 1px; background: rgba(168,136,75,.4);
}
.lv__excerpt p {
  font-family: var(--f-serif); font-style: italic; font-weight: 400;
  font-size: 19px; line-height: 1.65;
  color: var(--b-encre); margin: 0 0 24px;
  text-wrap: pretty;
}
.lv__excerpt p:last-of-type { margin-bottom: 0; }
.lv__excerpt .cut {
  display: block;
  text-align: center;
  font-family: var(--f-display); font-style: italic;
  color: var(--or); font-size: 22px; letter-spacing: .12em;
  margin: 18px 0 30px;
  font-style: normal;
}

.lv__excerpt-after {
  margin-top: 36px;
  text-align: center;
  font-family: var(--f-sans); font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 600; color: var(--gris-2);
}
.lv__excerpt-after::before {
  content: ""; display: inline-block;
  width: 32px; height: 1px; background: var(--or); vertical-align: middle;
  margin-right: 14px; transform: translateY(-2px);
}
.lv__excerpt-after::after {
  content: ""; display: inline-block;
  width: 32px; height: 1px; background: var(--or); vertical-align: middle;
  margin-left: 14px; transform: translateY(-2px);
}

/* ============================================================ */
/* SECTION 5 — POURQUOI L'AUTOÉDITION                            */
/* ============================================================ */
.lv__autoed {
  background: var(--v-sapin); color: var(--ivoire);
  padding: 144px 48px 120px;
  position: relative; overflow: hidden;
}
.lv__autoed::before {
  content: ""; position: absolute; right: -180px; top: 100px;
  width: 420px; height: 420px; border-radius: 50%;
  border: 1px solid rgba(217,168,95,.18); pointer-events: none;
}
.lv__autoed-in { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }

.lv__autoed-h {
  text-align: center; margin-bottom: 56px;
}
.lv__autoed-h .eb {
  font-family: var(--f-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--or);
  display: inline-flex; gap: 14px; align-items: center;
}
.lv__autoed-h .eb::before, .lv__autoed-h .eb::after {
  content: ""; width: 32px; height: 1px; background: currentColor;
}
.lv__autoed-h h2 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(44px, 5vw, 64px); line-height: 1; color: var(--ivoire);
  margin: 18px 0 0; font-weight: 400; letter-spacing: -.02em; text-wrap: balance;
}
.lv__autoed-statement {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(28px, 3vw, 36px); line-height: 1.2;
  color: var(--ivoire); text-align: center;
  margin: 0 0 40px; letter-spacing: -.01em;
  text-wrap: balance;
}
.lv__autoed-statement b { color: var(--or); font-weight: 400; }
.lv__autoed p {
  font-family: var(--f-sans); font-size: 16.5px; line-height: 1.78;
  color: var(--b-pale); margin: 0 0 24px;
  text-wrap: pretty;
}
.lv__autoed-pull {
  margin: 40px -8px;
  padding: 28px 32px;
  border-top: 1px solid rgba(217,168,95,.4);
  border-bottom: 1px solid rgba(217,168,95,.4);
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(22px, 2.4vw, 28px); line-height: 1.4;
  color: var(--or-pale); text-align: center;
  text-wrap: balance;
}
.lv__autoed-clausule {
  margin-top: 32px;
  padding-left: 22px;
  border-left: 3px solid var(--or);
  font-family: var(--f-serif); font-style: italic;
  font-size: 22px; line-height: 1.4; color: var(--ivoire);
  text-wrap: balance;
}

/* ============================================================ */
/* SECTION 6 — CAPTURE EMAIL                                     */
/* ============================================================ */
.lv__email {
  background: var(--ivoire-soft);
  padding: 144px 48px 120px;
  position: relative;
}
.lv__email::before {
  content: ""; position: absolute; left: 50%; top: 0;
  width: 1px; height: 80px; background: var(--or);
  transform: translateX(-50%);
}
.lv__email-in {
  max-width: 760px; margin: 0 auto;
  background: var(--blanc);
  padding: 64px 56px 56px;
  border-top: 4px solid var(--or);
  box-shadow: 0 32px 64px rgba(14,37,64,.10);
  position: relative;
}
.lv__email-in::before {
  content: ""; position: absolute; right: 28px; top: 28px;
  width: 56px; height: 56px;
  border: 1px solid rgba(168,136,75,.4);
  border-radius: 50%;
}
.lv__email-in::after {
  content: ""; position: absolute; right: 38px; top: 38px;
  width: 36px; height: 36px;
  background: rgba(217,168,95,.08);
  border-radius: 50%;
}

.lv__email-eb {
  font-family: var(--f-sans); font-size: 11px; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase; color: var(--or-deep);
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 16px;
}
.lv__email-eb::before { content: ""; width: 36px; height: 1px; background: currentColor; }

.lv__email h2 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(36px, 4.4vw, 56px); line-height: 1.05;
  color: var(--b-encre); margin: 0 0 20px;
  font-weight: 400; letter-spacing: -.02em; text-wrap: balance;
  max-width: 16ch;
}
.lv__email p {
  font-family: var(--f-sans); font-size: 16px; line-height: 1.7;
  color: var(--b-encre); margin: 0 0 18px; max-width: 56ch;
  text-wrap: pretty;
}

.lv__email-form {
  margin-top: 36px;
  display: grid; grid-template-columns: 1fr auto; gap: 0;
  border: 1px solid rgba(168,136,75,.5);
  background: var(--ivoire-soft);
  max-width: 560px;
}
.lv__email-form input {
  border: 0; padding: 16px 20px;
  font-family: var(--f-sans); font-size: 15px; color: var(--b-encre);
  background: transparent;
  outline: none;
}
.lv__email-form input::placeholder { color: var(--gris-2); }
.lv__email-form input:focus { background: var(--blanc); }
.lv__email-form button {
  border: 0; cursor: pointer;
  background: var(--or); color: var(--b-encre);
  padding: 16px 28px;
  font-family: var(--f-sans); font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 700;
  transition: background .25s, color .25s;
}
.lv__email-form button:hover { background: var(--b-encre); color: var(--or); }

.lv__email-promesse {
  margin-top: 22px;
  font-family: var(--f-serif); font-style: italic;
  font-size: 15px; line-height: 1.5; color: var(--gris-2);
  max-width: 56ch;
  border-left: 2px solid rgba(168,136,75,.4);
  padding-left: 14px;
}
.lv__email-promesse b { color: var(--b-encre); font-style: italic; font-weight: 500; }

/* ============================================================ */
/* SECTION 7 — CALENDRIER + CTA                                  */
/* ============================================================ */
.lv__cal {
  background: var(--ivoire);
  padding: 144px 48px 80px;
}
.lv__cal-in { max-width: 1080px; margin: 0 auto; }

.lv__cal-h {
  text-align: center; margin-bottom: 64px;
}
.lv__cal-h .eb {
  font-family: var(--f-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--or-deep);
  display: inline-flex; gap: 14px; align-items: center;
}
.lv__cal-h .eb::before, .lv__cal-h .eb::after {
  content: ""; width: 32px; height: 1px; background: currentColor;
}
.lv__cal-h h2 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(44px, 5.4vw, 68px); line-height: 1; color: var(--b-encre);
  margin: 18px 0 0; font-weight: 400; letter-spacing: -.02em;
}

/* timeline */
.lv__timeline {
  position: relative;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  margin-bottom: 80px;
  max-width: 880px; margin-left: auto; margin-right: auto;
}
.lv__timeline::before {
  content: ""; position: absolute;
  left: 0; right: 0; top: 28px;
  height: 1px; background: rgba(168,136,75,.4);
}
.tnode {
  position: relative;
  padding: 0 18px;
  text-align: center;
}
.tnode .dot {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--or);
  box-shadow: 0 0 0 6px var(--ivoire), 0 0 0 7px rgba(168,136,75,.4);
  margin: 19px auto 28px;
  position: relative; z-index: 1;
}
.tnode.is-current .dot {
  background: var(--b-encre);
  box-shadow: 0 0 0 6px var(--ivoire), 0 0 0 7px var(--or);
}
.tnode.is-current .dot::after {
  content: ""; position: absolute; inset: -10px;
  border-radius: 50%; border: 1px solid rgba(168,136,75,.6);
  animation: ping 2s cubic-bezier(0,0,.2,1) infinite;
}
@keyframes ping {
  75%, 100% { transform: scale(1.6); opacity: 0; }
}
.tnode .when {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(22px, 2.2vw, 28px); line-height: 1.05;
  color: var(--b-encre); font-weight: 400; letter-spacing: -.01em;
  margin-bottom: 8px; text-wrap: balance;
}
.tnode.is-current .when { color: var(--or-deep); }
.tnode .what {
  font-family: var(--f-sans); font-size: 13.5px; line-height: 1.45;
  color: var(--b-encre); text-wrap: balance;
}
.tnode .pill {
  display: inline-block; margin-top: 10px;
  font-family: var(--f-sans); font-size: 9.5px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 700;
  color: var(--or-deep);
  padding: 4px 10px;
  border: 1px solid rgba(168,136,75,.5);
  border-radius: 999px;
}

/* CTAs secondaires */
.lv__cta-second {
  text-align: center;
  margin-top: 32px;
}
.lv__cta-second .lede {
  font-family: var(--f-serif); font-style: italic;
  font-size: 19px; line-height: 1.4; color: var(--gris-2);
  margin: 0 auto 28px; max-width: 50ch;
}
.lv__cta-second-row {
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;
}
.lv__cta-link {
  text-decoration: none;
  font-family: var(--f-sans); font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 700;
  color: var(--b-encre);
  padding: 14px 22px;
  border: 1px solid rgba(14,37,64,.18);
  border-radius: 999px;
  background: var(--blanc);
  display: inline-flex; align-items: center; gap: 10px;
  transition: border-color .25s, color .25s, transform .25s, box-shadow .25s;
}
.lv__cta-link:hover {
  border-color: var(--or-deep); color: var(--or-deep);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(14,37,64,.08);
}
.lv__cta-link .arr { color: var(--or-deep); transition: transform .25s; }
.lv__cta-link:hover .arr { transform: translateX(3px); }

/* ============================================================ */
/* FOOTER                                                        */
/* ============================================================ */
.res__foot {
  background: var(--b-encre); color: var(--ivoire);
  padding: 80px 48px 32px;
}
.res__foot-in {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px;
}
.res__foot-logo {
  background: #fff; padding: 10px 16px; border-radius: 10px;
  display: inline-flex; align-items: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
}
.res__foot-logo img { height: 56px; }
.res__foot-tag {
  margin: 18px 0 0;
  font-family: var(--f-display); font-style: italic;
  font-size: 22px; line-height: 1.2; color: var(--ivoire);
  letter-spacing: -.01em;
}
.res__foot-in h4 {
  font-family: var(--f-sans); font-size: 11px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--or);
  margin: 0 0 14px;
}
.res__foot-in p, .res__foot-in a {
  margin: 0 0 8px; display: block;
  font-family: var(--f-sans); font-size: 14px; line-height: 1.5;
  color: var(--b-pale); text-decoration: none;
  transition: color .25s;
}
.res__foot-in a:hover { color: var(--or); }
.res__foot-bottom {
  max-width: 1180px; margin: 56px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-family: var(--f-sans); font-size: 12px; color: var(--gris-2);
  letter-spacing: .04em;
}

/* ===== Reveal ===== */
.lv-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.lv-reveal.is-in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 1080px) {
  .lv__hero-in { grid-template-columns: 1fr; gap: 64px; }
  .lv__hero-cover-wrap { max-width: 320px; margin: 0 auto; }
  .lv__parts { grid-template-columns: 1fr; }
  .lv__fictions { grid-template-columns: repeat(2, 1fr); }
  .fcard:nth-child(3n) { border-right: 1px solid var(--gris-1); }
  .fcard:nth-child(2n) { border-right: 0; }
  .fcard:nth-last-child(-n+3) { border-bottom: 1px solid var(--gris-1); }
  .fcard:nth-last-child(-n+2) { border-bottom: 0; }
  .lv__timeline { grid-template-columns: 1fr 1fr; gap: 40px 0; }
  .lv__timeline::before { display: none; }
}
@media (max-width: 760px) {
  .v7__nav { grid-template-columns: 1fr auto; padding: 12px 20px; }
  .v7__nav-c { display: none; }
  .lv__hero { padding: 160px 24px 80px; }
  .lv__pitch, .lv__struct, .lv__extrait, .lv__autoed, .lv__email, .lv__cal { padding-left: 24px; padding-right: 24px; }
  .lv__fictions { grid-template-columns: 1fr; }
  .fcard { border-right: 0 !important; }
  .lv__excerpt { padding: 48px 28px 36px; }
  .lv__email-in { padding: 40px 28px 36px; }
  .lv__timeline { grid-template-columns: 1fr; }
  .res__foot-in { grid-template-columns: 1fr 1fr; }
}
